home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / hack.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1997-05-21  |  1.4 KB  |  71 lines

  1. object MainForm: TMainForm
  2.   Left = 23
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = ' '
  8.   ClientHeight = 233
  9.   ClientWidth = 270
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object PageSurface: TNeoBookPaintBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 73
  26.     Height = 69
  27.     Color = clWhite
  28.     ParentColor = False
  29.     OnPaint = PageSurfacePaint
  30.   end
  31.   object WorkArea: TNeoBookPaintBox
  32.     Left = 0
  33.     Top = 0
  34.     Width = 270
  35.     Height = 233
  36.     Align = alClient
  37.     Color = clWhite
  38.     ParentColor = False
  39.     OnMouseDown = WorkAreaMouseDown
  40.     OnMouseMove = WorkAreaMouseMove
  41.     OnMouseUp = WorkAreaMouseUp
  42.     OnPaint = WorkAreaPaint
  43.   end
  44.   object EditField: TNeoBookEdit
  45.     Left = 12
  46.     Top = 88
  47.     Width = 121
  48.     Height = 25
  49.     Visible = False
  50.   end
  51.   object ClipImage: TNeoBookPNGImage
  52.     Left = 92
  53.     Top = 12
  54.     Width = 69
  55.     Height = 61
  56.     ImageName = 'file not found'
  57.     TabOrder = 1
  58.     Visible = False
  59.   end
  60.   object Timer: TTimer
  61.     Enabled = False
  62.     OnTimer = TimerTimer
  63.     Left = 16
  64.     Top = 128
  65.   end
  66.   object RunMenu: TPopupMenu
  67.     Left = 68
  68.     Top = 128
  69.   end
  70. end
  71.